Skip to content

fix: correct "Aima" typo to "Anima" in anima tutorial#1143

Open
OneVth wants to merge 1 commit into
Comfy-Org:mainfrom
OneVth:fix-anima-typo
Open

fix: correct "Aima" typo to "Anima" in anima tutorial#1143
OneVth wants to merge 1 commit into
Comfy-Org:mainfrom
OneVth:fix-anima-typo

Conversation

@OneVth

@OneVth OneVth commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

Problem

In the Anima tutorial (tutorials/image/anima/anima.mdx), the workflow download/search instructions refer to the model as "Aima Base v1" in three places, but the correct name is "Anima Base v1" (missing n).

The same document uses "Anima" everywhere else (21 times), and the directory name, docs.json nav group, and template asset names (image_anima_base_v1) all use "Anima", so this is clearly a typo. The typo originated in the English source and was carried into the ko/ja/zh translations.

Aima typo

Fix

Corrected "Aima" → "Anima" in all four locales (en/ko/ja/zh), 3 occurrences each:

- Download JSON or search "Aima Base v1" in Template Library
+ Download JSON or search "Anima Base v1" in Template Library

Note on translation sync

"Anima" is a product name that's identical across all languages, so I didn't run npm run translate (which re-translates the whole file). I edited the three occurrences directly in all four locales and updated each translation's translationSourceHash to match the new English source — computed the same way as sourceHash in translate-i18n.ts (sha256 of the raw EN file, first 8 chars).

If you'd prefer the standard flow (edit the English source, then run npm run translate to regenerate the translations), feel free to reject this PR — I'll re-run the pipeline and open a new one.

Scope

  • 4 files: tutorials/image/anima/anima.mdx (EN) + ko/ja/zh
  • Text-only change: the three "Aima"→"Anima" occurrences, plus the translationSourceHash
    update in the three translations. No other content touched.

"Aima Base v1" was a typo for "Anima Base v1" (missing 'n') in three
workflow guide lines. EN source typo propagated to ko/ja/zh translations.
Fixed all 4 files; translation hashes updated to reflect EN source change.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 14, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 1590aca3-fa1e-47ba-84c7-1f8c4e2b7e3c

📥 Commits

Reviewing files that changed from the base of the PR and between 0d550ee and f36a0f1.

📒 Files selected for processing (4)
  • ja/tutorials/image/anima/anima.mdx
  • ko/tutorials/image/anima/anima.mdx
  • tutorials/image/anima/anima.mdx
  • zh/tutorials/image/anima/anima.mdx

📝 Walkthrough

Walkthrough

Corrects a typo in the Anima tutorial across all four locale files (tutorials/, ja/, ko/, zh/): the template-library search string "Aima Base v1" is fixed to "Anima Base v1" in both the Download Workflow card and the Get Started steps. Translated files also receive updated translationSourceHash values.

Changes

Anima Base v1 Typo Fix

Layer / File(s) Summary
Correct "Anima Base v1" search text in all locale tutorials
tutorials/image/anima/anima.mdx, ja/tutorials/image/anima/anima.mdx, ko/tutorials/image/anima/anima.mdx, zh/tutorials/image/anima/anima.mdx
Replaces the misspelled Aima Base v1 with Anima Base v1 in the workflow download card text and the numbered Get Started steps in all four locale variants. The three translated files also update their translationSourceHash frontmatter value to match the corrected source — a small fix with a big *"n"*ergy boost!
🚥 Pre-merge checks | ✅ 2
✅ Passed checks (2 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
✨ Simplify code
  • Create PR with simplified code

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant